home *** CD-ROM | disk | FTP | other *** search
/ How to Draw: A Beautiful Girl / How to Draw a Beautiful Girl.iso / painter8 / corelpainter8tbyb.exe / Corel Painter 8 Try Before You Buy / Autorun.inf next >
Windows Autorun File  |  2003-03-25  |  5KB  |  123 lines

  1. [Autorun]
  2. OPEN=Intro.exe
  3. ICON=Painter\Autorun.ico
  4.  
  5. [Product]
  6. ;****************************
  7. ;Products=the number of buttons choices including the Exit option
  8. ;Title=the Caption for the Intro window
  9. ;RegistryKey=used by our autorun.exe, if the key is set it will not launch the intro.exe
  10. ;            the intro is called via the 'SetupProgram' key below
  11. ;WaveFile=the path to a wav file that the intro will play (if located)
  12. ;AutorunProgram=relative path to the exe the autorun will launch(usually launches the intro.exe)
  13. ;LabelFont=Font used for text or label of each Button or Choice
  14. ;TextFont=Font used for error or description text (Typically displayed at the bottom)
  15. ;Charset=the charset used for the text used in the intro
  16. ;TextHeight=the point size of the fonts used for the 'Label' and 'Text' respectively
  17. ;LabelUnSelectedTextColor=RGB color of button text when not selected or highlighted
  18. ;LabelSelectedTextColor=RGB color of button text when selected or highlighted
  19. ;DescriptionTextColor=RGB color of the description text
  20. ;ErrorTextColor=RGB color of the error text
  21. ;CloseOnLaunch=if set to YES we will close the intro.exe upon successful launch of any of the choices
  22. ;CommonRect=the coordinates of rect used to display errors and discriptions (when button is highligted)
  23. ;           top* bottom* left* right 
  24. ;*****************************
  25. Products = 5
  26. Title = %ARTitle.Text%
  27. RegistryKey = SOFTWARE\Corel\Setup\Painter 8
  28. WaveFile = 
  29. JumpWaveFile = 
  30. AutorunProgram = Intro.exe
  31. LabelFont = Arial
  32. LabelFontWeight = BOLD
  33. LabelFontItalic = 0
  34. LabelFontUnderline = 0
  35. TextFont = Arial
  36. TextFontWeight = REGULAR
  37. TextFontItalic = 0
  38. TextFontUnderline = 0
  39. Charset = 1
  40. TextHeight = 19*14
  41. LabelUnSelectedTextColor=0*0*0
  42. LabelSelectedTextColor=15*49*200
  43. DescriptionTextColor=15*49*200
  44. ErrorTextColor=151*49*43
  45. CloseOnLaunch = YES
  46. CommonRect = 210*260*180*400
  47. ;CommonRect = 345*385*20*555
  48. [Button0]
  49. ;**************************************
  50. ;SetupLabel=The Text Displayed for this choice
  51. ;LabelRectValue=the coordinates of the rect where this text will be placed on the background
  52. ;                 Top* Bottom* Left* Right
  53. ;SetupProgram=relative path to the program to launch when this choice is selected. Followed by our separator and
  54. ;              the command line arguments if any for the program, followed by the separartor and winexec if the program is
  55. ;               16 bit i.e.  setup.exe*/SetFile=<S>\autorun\bai7us.set*winexec
  56. ;TestFile=relative path to another file that must exist before we will attempt to launch the
  57. ;          'SetupProgram'
  58. ;SetupWindow=The window name of the program launched by the 'SetupProgram', we will check for this
  59. ;             being active and set focus to this window rather than launch a second instance of
  60. ;             'SetupProgram'
  61. ;Description=The discription of this button displayed when a user highlights (move the mouse
  62. ;             over) this button
  63. ;ErrorText=the error text displayed if the the 'SetupProgram" cannot be launched when the button is selected
  64. ;
  65. ;**************************************
  66. SetupLabel = %ARB0SetupLabel.Text%
  67. LabelRectValue = 80*100*180*410
  68. SetupProgram = Painter\setup.exe
  69. SetupWindow = Corel Painter 8 Setup Wizard
  70. TestFile = Painter\setup.exe
  71. ;Description = %ARB0Description.Text%
  72. ErrorText = %ARB0Error.Text%
  73.  
  74. [Button1]
  75. SetupLabel = %ARB1SetupLabel.Text%
  76. LabelRectValue = 110*130*180*275
  77. SetupProgram = Painter\CDLaunch.exe
  78. SetupWindow = Corel Painter 8 Setup Wizard
  79. TestFile = Painter\CDLaunch.exe
  80. ;Description = %ARB1Description.Text%
  81. ErrorText = %ARB0Error.Text%
  82.  
  83. [Button2]
  84. SetupLabel = %ARB2SetupLabel.Text%
  85. LabelRectValue = 140*160*180*290
  86. SetupProgram = Readme.htm
  87. SetupWindow = Corel Painter 8 Setup Wizard
  88. TestFile = Readme.htm
  89. ;Description = %ARB2Description.Text%
  90. ErrorText = %ARB0Error.Text%
  91.  
  92. [Button3]
  93. SetupLabel = %ARB3SetupLabel.Text%
  94. LabelRectValue = 170*190*180*400
  95. SetupProgram = Interactive Tour\Files\DEFAULT.HTM
  96. SetupWindow = Corel Painter 8 Setup Wizard
  97. TestFile = Interactive Tour\Files\DEFAULT.HTM
  98. ;Description = %ARB3Description.Text%
  99. ErrorText = %ARB0Error.Text%
  100.  
  101. [Button4]
  102. SetupLabel = %ARB4SetupLabel.Text%
  103. LabelRectValue = 200*220*180*220
  104. ;Description = %ARB4Description%
  105. ErrorText = %ARB0Error.Text%
  106.  
  107. [Bitmaps]
  108. 16Color = Painter\Painter.bmp
  109. 256Color = Painter\Painter.bmp
  110.  
  111. [Strings]
  112. ARTitle.Text = Corel(R) Painter(TM) 8
  113. ARB0SetupLabel.Text = Install Corel(R) Painter(TM) 8
  114. ;ARB0Description.Text = This option installs Corel Painter 8 to your hard drive.
  115. ARB1SetupLabel.Text = Explore CD
  116. ;ARB1Description.Text = Explore the contents of the Corel Painter 8 CD.
  117. ARB2SetupLabel.Text = Readme
  118. ARB3SetupLabel.Text = Interactive Tour
  119. ;ARB3Description.Text = View important information about Corel Painter 8.
  120. ARB4SetupLabel.Text = Exit
  121. ;ARB4Description = Click to exit
  122. ARB0Error.Text = The CD-ROM may have been removed from the drive. Please reinsert the CD-ROM.
  123.